Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFETurbulenceElement

Extends SVGElement. Implements SVGFilterPrimitiveStandardAttributes, SVGFilterPrimitiveStandardAttributes.

Properties
const unsigned short
SVG_STITCHTYPE_NOSTITCH = 2
Corresponds to value 'noStitch'.
const unsigned short
SVG_STITCHTYPE_STITCH = 1
Corresponds to value 'stitch'.
const unsigned short
SVG_STITCHTYPE_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
const unsigned short
SVG_TURBULENCE_TYPE_FRACTALNOISE = 1
Corresponds to value 'fractalNoise'.
const unsigned short
SVG_TURBULENCE_TYPE_TURBULENCE = 2
Corresponds to value 'turbulence'.
const unsigned short
SVG_TURBULENCE_TYPE_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVGAnimatedNumber
baseFrequencyX
Corresponds to attribute ‘baseFrequency’ on the given ‘feTurbulence’ element. Contains the X component of the ‘baseFrequency’ attribute.
SVGAnimatedNumber
baseFrequencyY
Corresponds to attribute ‘baseFrequency’ on the given ‘feTurbulence’ element. Contains the Y component of the (possibly computed automatically) ‘baseFrequency’ attribute.
SVGAnimatedLength
height
The height coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedInteger
numOctaves
Corresponds to attribute ‘numOctaves’ on the given ‘feTurbulence’ element.
SVGAnimatedString
result
Corresponds to attribute ‘result’ on the given element.
SVGAnimatedNumber
seed
Corresponds to attribute ‘seed’ on the given ‘feTurbulence’ element.
SVGAnimatedEnumeration
stitchTiles
Corresponds to attribute ‘stitchTiles’ on the given ‘feTurbulence’ element. Takes one of the SVG_STITCHTYPE_* constants defined on this interface.
SVGAnimatedEnumeration
type
Corresponds to attribute ‘type’ on the given element. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt to change the value of a read only attribute.
SVGAnimatedLength
width
The width coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.